From 1c537e58537317be98ea0b7596b93a3acf143457 Mon Sep 17 00:00:00 2001 From: Chookij Vanatham Date: Thu, 29 Mar 2001 18:18:46 +0000 Subject: [PATCH] Added Thai UTF-8 text which also has the wrong written syntax. --- gtk/testtext.c | 2 +- tests/testtext.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/testtext.c b/gtk/testtext.c index fe1a009fdb..badbaf17a7 100644 --- a/gtk/testtext.c +++ b/gtk/testtext.c @@ -548,7 +548,7 @@ fill_example_buffer (GtkTextBuffer *buffer) "(Hello World!)\nfoo foo Hello this is some text we are using to text word wrap. It has punctuation! gee; blah - hmm, great.\nnew line with a significant quantity of text on it. This line really does contain some text. More text! More text! More text!\n" /* This is UTF8 stuff, Emacs doesn't really know how to display it */ - "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語)\n", -1); + "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語) Thai (สวัสดีครับ!! Oop!! คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ )\n", -1); temp_mark = gtk_text_buffer_create_mark (buffer, "tmp_mark", &iter, TRUE); diff --git a/tests/testtext.c b/tests/testtext.c index fe1a009fdb..badbaf17a7 100644 --- a/tests/testtext.c +++ b/tests/testtext.c @@ -548,7 +548,7 @@ fill_example_buffer (GtkTextBuffer *buffer) "(Hello World!)\nfoo foo Hello this is some text we are using to text word wrap. It has punctuation! gee; blah - hmm, great.\nnew line with a significant quantity of text on it. This line really does contain some text. More text! More text! More text!\n" /* This is UTF8 stuff, Emacs doesn't really know how to display it */ - "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語)\n", -1); + "German (Deutsch Süd) Grüß Gott Greek (Ελληνικά) Γειά σας Hebrew שלום Japanese (日本語) Thai (สวัสดีครับ!! Oop!! คำต่อไปนื่สะกดผิด พัั้ัั่งโกะ )\n", -1); temp_mark = gtk_text_buffer_create_mark (buffer, "tmp_mark", &iter, TRUE); -- 2.30.2